startsWith
From Documentation
boolean startsWith(String value, String prefix);
Tests if this string starts with the specified prefix.
Parameters:
- value - the value to test
- prefix - the prefix to test
Version History
Version | Date | Content |
---|---|---|
5.0.7 | March, 2011 | This method was introduced |